Auto merge of #1642 - alexcrichton:opt-fs, r=huonw
authorbors <bors@rust-lang.org>
Wed, 27 May 2015 19:16:14 +0000 (19:16 +0000)
committerbors <bors@rust-lang.org>
Wed, 27 May 2015 19:16:14 +0000 (19:16 +0000)
Traversing large directory trees can take quite some time, and this commit optimizes a few locations to reduce the number of calls to `fs::metadata`.

1  2 
src/cargo/sources/path.rs

Simple merge